Add char and move cursor
204 205 206 207
# File 'lib/tty/reader/line.rb', line 204 def <<(char) @text << char @cursor += 1 end